home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11ys.zip / LIB / IMPORTNG.H < prev    next >
Text File  |  1992-11-27  |  868b  |  15 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    i m p o r t n g . h                                             */
  3. /*                                                                    */
  4. /*    Create the fully-qualified path name for a news group           */
  5. /*    under UUPC/extended.                                            */
  6. /*                                                                    */
  7. /*    Copyright (c) 1992, by Andrew H. Derbyshire; all rights         */
  8. /*    reserved except as specified in UUPC/extended end-user          */
  9. /*    documentation.                                                  */
  10. /*--------------------------------------------------------------------*/
  11.  
  12. char *ImportNewsGroup( char *local,
  13.                        const char *group,
  14.                        const long article );
  15.